Method CreateItem(string, long?, string?)

Assembly: redb.Core.dll

Create item for list without adding to collection
Useful when you need to save item separately

IRedbListItem CreateItem(string value, long? idObject = null, string? alias = null)